.newsinfo-box{
    padding: 1.75rem 0 3.1rem;
}
.newsinfo-view{
    width: 71.875%;
    margin: 0 auto;
}
.view{
    padding: 0 9.375%;
}
.newsinfo-box .bread{
    margin-bottom: 1rem;
}
.bread{
    font-size: 0;
}

.bread a,
.bread span{
    font-size: .35rem;
    line-height: .4rem;
    color: #7e7e80;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.bread span{
    margin: 0 .2rem;
}
.bread a.cur{
    color: #3974ba;
}

.bread .home{
    padding-left: .7rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .4rem;
    background-image: url('../img/home-icon.png');
}

.newsinfo-box .tit-box{
    text-align: center;
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(27,27,27,.08);
}
.newsinfo-box .title{
    font-size: .8rem;
    line-height: 1rem;
    color: #000;
}
.newsinfo-box .sub-tit{
    margin-top: 1.25rem;
    font-size: 0;
}
.newsinfo-box .sub-tit .time,
.newsinfo-box .sub-tit .num,
.newsinfo-box .sub-tit .divide,
.newsinfo-box .sub-tit .share-box{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    line-height: .4rem;
    color: #262626;
}
.newsinfo-box .sub-tit .divide{
    width: 1px;
    height: 10px;
    background-color: #bfbfbf;
    margin: 0 .45rem;
}
.newsinfo-box .sub-tit .num{
    padding-left: .7rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../img/look.png');
    background-size: .5rem;
}
.newsinfo-box .sub-tit .share-box .tit,
.newsinfo-box .sub-tit .share{
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.newsinfo-box .sub-tit .share{
    margin-left: .2rem;
}
.newsinfo-box .sub-tit .share a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: .5rem;
    height: .5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    margin: 0 .2rem 0 0;
}
.newsinfo-box .sub-tit .share .bshare-weixin{
    background-image: url('../img/share-icon1.png');
}
.newsinfo-box .sub-tit .share .bshare-sinaminiblog{
    background-image: url('../img/share-icon2.png');
}
.newsinfo-box .con{
    font-size: .35rem;
    line-height: .9rem;
    color: #4c4c4c;
    margin-top: 1.5rem;
}
.newsinfo-box .con img{
    max-width: 100% !important;
    height: auto!important;
}
.newsinfo-box .ctrl-box{
    margin-top: 2.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(27,27,27,.08);
}
.newsinfo-box .ctrl{
    float: left;
    width: 50%;
}
.newsinfo-box .ctrl a{
    display: block;
    font-size: .375rem;
    line-height: .75rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}
.newsinfo-box .ctrl-box .back-btn{
    float: right;
    width: 3.7rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    border-radius: .5rem;
    background-color: #0377bf;
    border: 2px solid #0377bf;
    transition: all .3s;
    display: block;
    font-size: 0;
}
.newsinfo-box .ctrl-box .back-btn span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-left: .6rem;
    font-size: .375rem;
    color: #fff;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .425rem;
    background-image: url('../img/back-icon.png');
    transition: all .3s;
}